Which Qt4 Widgets whould I be using? [closed]

Posted by Topo on Programmers See other posts from Programmers or by Topo
Published on 2012-04-10T06:13:58Z Indexed on 2012/04/10 11:41 UTC
Read the original article Hit count: 141

Filed under:
|

I'm using Qt 4 to design an IDE but I'm having a hard time with the GUI design. On the left side I want to put a widget that shows the files on the current project and on the left side a similar one but with the classes, methods, etc... Which widget should I use the Tree view or the tree widget? Also, I want to have a tab widget in the center with a text edit and this items the tree widgets and the tab widget to move and resize according to the window size. How can I accomplish this?

© Programmers or respective owner

Related posts about gui

Related posts about qt